Home > C Programming > Command Line Arguments > Questions and Answers
Exercise:
01. | Which variable stores the number of arguments to a program? | |||||||||||
|
02. | What is argv[0]? | |||||||||||
|
03. | What type is argv? | |||||||||||
|
04. | In what order do the two command line variables appear in the definition of main? | |||||||||||
|
05. | What does the argument count variable store? | |||||||||||
|